body {
    background-image: url(../Images/background.gif);
    background-size: 100%;
}
@font-face {
        font-family:'marioluigi2';
        src: url(../Fonts/MarioLuigi2.ttf);
}
.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
border: 5px solid #000;
width: 30%;
background-color: white;
position: fixed;
font-family: marioluigi2;
align-items: center;
top: auto;
bottom: auto;
overflow: hidden;
gap: 0px;
height: 40%;
top: 20%;
left: 34%;
z-index: 4000;
}

.div1 { 
    grid-area: 4 / 2 / 8 / 7; 
    
   background-color: #ffffff; 
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 5;
   grid-column-end: 8;
}
#outbutton {
 align-items: center;
 height: 10%;

 position: fixed;
 top: 55%;
 left: 54%;
}
#look {
    height: 20%;
    position: fixed;
    left: 45%;
}